type crypto/cipher.cbcEncAble

2 uses

	crypto/cipher (current package)
		cbc.go#L42: type cbcEncAble interface {
		cbc.go#L53: 	if cbc, ok := b.(cbcEncAble); ok {